﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
.fl{
	float:left;
}
.fr{
	float:right;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.home{
	height:894px;
}
.inner{
	height:550px;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:86px;
	clear:both;
	position: relative;
    z-index: 999;
	background:url(../images/navbg.png) repeat center center;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:26px;
}
.yx img {
	width:100%;
	height:auto;
}
.navdaohang {
	float:left;
	margin-top: 30px;
	margin-left:80px;
}
.menupc li{
	line-height:30px;
	float: left;
	text-align: center;
	position: relative;
}
.menupc li a{
	display:block;
	color:#1a1a1a;
	text-transform:capitalize;
	padding: 0px 30px;
	font-size:16px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.menupc li:hover a{
	color:#fff;
	background-color:#ff9001;
	border-radius:20px;
}
.menupc li a:hover{
	color:#fff;
	background-color:#ff9001;
	border-radius:20px;
}
.menupc li .current{
	color:#fff;
	background-color:#ff9001;
	border-radius:20px;
}
.menupc li a i{
	background:url(../images/jj.png) no-repeat bottom center;
	height:9px;
	width:100%;
	left:0px;
	bottom:-9px;
	position:absolute;
	z-index:999;
	display:none;
}
.menupc li a:hover i{
	display:block;
}
.menupc li:hover a i{
	display:block;
}
.menupc ul{
	background-color:#ff9001;
	position: absolute;
	display:none;
	left: 0;
	top:38px;
	overflow: hidden;
	z-index: 999;
	width:100%;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 35px;
	width:100%;
}
.menupc ul li a{
	border-bottom: 1px solid rgba(255,255,255,.26);
	display: block;
	font-size: 14px;
	position: static;
	color:#fff !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:none;
	padding: 0px 10px;
	border-radius:0 !important;
}
.menupc ul li:hover a{
	border-radius:0px;
}
.menupc ul li a:hover{
	font-size:14px;
	border-bottom: 1px solid rgba(255,255,255,.6);
	border-left:none;
	border-right:none;
	border-top:none;
	border-radius:0px;
}
.menupc ul li .current{
	border-bottom: 1px solid rgba(255,255,255,.6);
	border-left:none;
	border-right:none;
	border-top:none;
	border-radius:0px;
}
.menupc ul.subnav {
	display: block;
}
.nation{
	float:right;
	margin-top:28px;
}
.nation a{
	display:block;
	color:#fff;
	background-color:#003e73;
	font-size:15px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:25px;
}


/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:40px;
	line-height:86px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.nation{
		display:none;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
}


.home-case{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	padding-top:55px;
	overflow:hidden;
}
.index_title{
	text-align:center;
	margin-bottom:30px;
	overflow:hidden;
}
.index_title h3{
	font-size:26px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
}
.index_title p{
	color:#666;
	font-size:16px;
}
.case_con{
	overflow:hidden;
}
.case_con li{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	padding:0px 5px;
}
.case_con li a{
	display:block;
	border:1px solid #e0e0e0;
	overflow:hidden;
}
.case_con li a.thumbnail{
	position:relative;
	overflow:hidden;
}
.link-img {
	overflow:hidden;
}
.link-img img {
	display: block;
	width: 100%;
	height:auto;
}
.link-setion-text {
	display: block;
	width: 100%;
	position: absolute;
	top: 55%;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-setion-text h3 {
	margin-top: -20px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom:20px;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text p {
	margin-top: -55px;
	padding:0px 27px;
	margin-bottom:10%;
	overflow:hidden;
	font-size: 16px;
	line-height:25px;
	color: #fff;
	text-align:center;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text .link-more {
	display: inline-block;
	*display:inline;
	*zoom:1;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.link-setion-text .link-more img{
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.case_con .opacity-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.case_con a:hover .link-setion-text {
	opacity: 1;
	filter: alpha(opacity=100);
}
.case_con a:hover .link-setion-text h3 {
	margin-top: 0px;
}
.case_con a:hover .link-setion-text p {
	margin-top: 0px;
}
.case_con a:hover .opacity-overlay {
	opacity: 0.60;
	filter: alpha(opacity=60);
}


.home-pro{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	padding:40px 0px;
	overflow:hidden;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: 1;
	background: rgba(255, 255, 255, 0.3);
	display: inline-block;
	text-indent: -9999px;
	border-radius:180px;
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: #ff9001;
}
.swiper-slide img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.pro_txt{
	position:absolute;
	bottom:0;
	background: rgba(0, 0, 0, 0.5);
	padding:22px 0px;
	overflow:hidden;
	width:100%;
}
.pro_txt p{
	color:#fff;
	line-height:25px;
	font-size:18px;
}
.pro_txt p a{
	color:#fff;
	font-size:18px;
}

.home-support{
	width:100%;
	margin:0 auto;
	background:url(../images/supportbg.jpg) repeat-y top center;
	min-height:490px;
	padding-top:50px;
}
.support_top{
	margin-bottom:85px;
	overflow:hidden;
	text-align:center;
}
.support_top h3{
	font-size:26px;
	color:#333;
	margin-bottom: 30px;
}
.support_top p{
	line-height:25px;
	color:#4c4c4c;
	font-size:18px;
}
.support_bottom{
	margin-bottom:50px;
}
.support_bottom li{
	margin-bottom:25px;
	background-color:#003e73;
	position:relative;
	padding:30px 0px 50px 0px;
}
.support_img{
	width:76px;
	margin:0 auto;
	height:76px;
	background-color:#003e73;
	padding-top:17px;
	border:4px solid #fff;
	border-radius:180px;
	position:absolute;
	top:-35px;
	left: 50%;
    margin-left: -38px;
}
.support_img img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
   	transition: width 1s, height 1s, transform 1s;
	transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
}
.support_txt{
	margin-top:40px;
	overflow:hidden;
}
.support_txt p{
	text-align:center;
	color:#fff;
	font-size:22px;
}
.support_bottom li:hover{
	background-color:#ff9001;
}
.support_bottom li:hover .support_img{
	background-color:#ff9001;
}
.support_bottom li:hover .support_img img{
	transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}

.home-news{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	padding:50px 0px;
	overflow:hidden;
}
.news_txt{
	position:absolute;
	bottom:0;
	background: rgba(0, 62, 115, 0.6);
	padding:22px;
	overflow:hidden;
	width:100%;
	text-align:justify;
}
.news_txt h3{
	color:#fff;
	line-height:25px;
	font-size:18px;
	font-weight:normal;
	margin-bottom: 7px;
}
.news_txt h3:after{
	content:'';
	display:block;
	width:45%;
	height:1px;
	background-color:#fff;
	margin-top: 7px;
}
.news_txt p{
	color:#fff;
	font-size:14px;
	line-height: 22px;
}
.news_more{
	margin-top:30px;
	overflow:hidden;
}
.news_more a{
	display:block;
	width:150px;
	text-align:center;
	margin:0 auto;
	line-height:28px;
	color:#fff;
	background-color:#ff9001;
	border:1px solid #ff9001;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.news_more a:hover{
	color:#ff9001;
	background-color:#f5f5f5;
}

.home-about{
	width:100%;
	margin:0 auto;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	padding:50px 0px;
	overflow:hidden;
	min-height:656px;
	background-size: cover;
}
.about_con{
	overflow:hidden;
}
.about_con p{
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:28px;
	margin-bottom:30px;
}
.about_con a{
	display:block;
	color:#ff9001;
	font-size:16px;
	text-align:center;
}

.home-hezuo{
	width:100%;
	margin:0 auto;
	background:url(../images/hezuobg.jpg) repeat top center;
	padding:50px 0px;
	overflow:hidden;
	min-height:682px;
	background-size: cover;
}
.hezuo_con{
	overflow:hidden;
}
.hezuo_con li{
	margin-bottom:30px;
	overflow:hidden;
}
.hezuo_con li a{
	display:block;
}
.hezuo_img{
	overflow:hidden;
	padding:0;
}
.hezuo_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.hezuo_txt{
	border:1px solid #f2f2f2;
	background-color:#fff;
	padding:33px 13px;
	overflow:hidden;
}
.hezuo_txt h3{
	font-size:16px;
	color:#003e73;
	font-weight:normal;
	margin-bottom:20px;
}
.hezuo_txt p{
	color:#666;
	font-size:15px;
	line-height:20px;
	height:81px;
}
.hezuo_con li a:hover .hezuo_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	background-color:#1a1a1a;
	padding:50px 0px 10px 0px;
	overflow:hidden;
}
.footer1_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_fl li{
	overflow:hidden;
	line-height:30px;
	float:left;
	width:160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:url(../images/fli.jpg) repeat-y right center;
	height:200px;
	margin-bottom: 25px;
}
.footer1_fl li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding: 0px 20px;
}
.menulist{
	margin-top:20px;
}
.menulist li{
	float:none;
	margin:0;
	background:none;
	height:30px;
}
.menulist li a{
	display:block;
	color:#b2b2b2;
	font-size:14px;
}
.menulist li a:hover{
	color:#ff9001;
}
.footer1_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
}
.footer2{
	background-color:#0d0d0d;
	padding:10px 0px;
	overflow:hidden;
}
.footer2 p{
	line-height:30px;
	color:#808080;
	font-size:14px;
	text-align:center;
}
.footer2 p a{
	color:#808080;
	font-size:14px;
}
.footer2 p a:hover{
	color:#ff9001;
}


/*一站式服务*/
.inner-main{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	overflow:hidden;
	padding:30px 0px 75px 0px;
}
.inner_title{
	margin-bottom:30px;
	overflow:hidden;
	text-align:center;
}
.inner_title p{
	font-family: 'georgia'; 
	font-size:72px;
	color:#e5e5e5;
}
.inner_title h3{
	font-size:36px;
	color:#ff9001;
	font-weight:bold;
	margin-top:-70px;
	margin-bottom:5px;
}
.inner_title span{
	font-size:14px;
	color:#666;
}
.inner_con{
	overflow:hidden;
}
.inner_con_about{
	background-color:#fff;
	padding:50px 20px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	margin-bottom: 5px;
	box-shadow:0px 0px 10px #ccc;
}
.inner_con_about img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:15px 10px;
}


/*联系我们*/
.inner_nav{
	margin-bottom:30px;
	overflow:hidden;
}
.inner_nav ul{
	text-align:center;
}
.inner_nav li{
	line-height:38px;
	text-align:center;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
    margin: 0px 45px;
}
.inner_nav li a{
	display:block;
	font-size:16px;
	color:#333;
	padding:0px 30px;
	border:1px solid #999;
	border-radius:25px;
}
.inner_nav li a:hover{
	color:#003e73;
	border:1px solid #003e73;
}
.inner_nav li .current {
	color:#003e73;
	border:1px solid #003e73;
}
.inner_con_contact{
	background-color:#fff;
	padding:50px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	margin-bottom: 5px;
	box-shadow:0px 0px 10px #ccc;
	border-radius:10px;
	margin-bottom:15px;
}
.contact_title{
	color:#333;
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
}
.lxfs{
	margin-bottom:30px;
	overflow:hidden;
}
.lxfs1{
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}
.lxfs1 img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
	margin-bottom:20px;
}
.lxfs1 p{
	font-size:16px;
	color:#333;
	margin-bottom: 10px;
}
.line{
	border-left:1px dashed #a2a2a2;
	border-right:1px dashed #a2a2a2;
}
.map{
	overflow:hidden;
}
.map img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
}

/*在线留言*/
.inner_con_feedback{
	background-color:#fff;
	padding:50px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	margin-bottom: 5px;
	box-shadow:0px 0px 10px #ccc;
}
.ly_title{
	margin-bottom:50px;
	overflow:hidden;
	text-align:center;
}
.ly_title h3{
	font-size:35px;
	color:#4c4c4c;
	font-weight:normal;
	margin-bottom: 5px;
}
.ly_title h3:after{
	content:'';
	display:block;
	width:30px;
	margin:0 auto;
	height:2px;
	background-color:#ff9001;
	margin-top: 10px;
}
.ly_title p{
	color:#999;
}
.ly_con{
	overflow:hidden;
}
.ly{
	position:relative;
}
.ly_con label{
	position:absolute;
	left:30px;
	top:3px;
}
.ly_con textarea{
	padding-top:8px;
	resize:none;
}
.ly_con a{
	position:absolute;
	right:16px;
	top:1px;
	border-left: 1px solid #ccc;
}

/*精品工程*/
.inner_con_case{
	margin-top:20px;
	overflow:hidden;
}
.inner_con_case li{
	margin-bottom:20px;
	overflow:hidden;
}
.inner_con_case li a{
	display:block;
}
.thumbnail{
	position:relative;
	overflow:hidden;
}
.case_img{
	overflow:hidden;
}
.case_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.case_txt{
	position:absolute;
	right:0;
	top:0;
	background-color:#fff;
	padding:15px 20px;
	width:50%;
}
.case_txt h3{
	font-weight:normal;
	font-size:16px;
	color:#333;
	margin-bottom:8px;
}
.case_txt p{
	font-size:14px;
	color:#666;
	margin-bottom:20px;
}
.case_txt span{
	display:block;
	line-height:28px;
	width:100px;
	border:1px solid #003e73;
	text-align:center;
	border-radius:25px;
	color:#003e73;
}
.inner_con_case li a:hover .case_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inner_con_case li a:hover .case_txt{
	background-color:#003e73;
}
.inner_con_case li a:hover .case_txt h3{
	color:#fff;
}
.inner_con_case li a:hover .case_txt p{
	color:#fff;
}
.inner_con_case li a:hover .case_txt span{
	color:#ff9001;
	background-color:#fff;
}


/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	line-height:28px;
	background-color:#ccc;
	margin:0px 10px;
	padding:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#003e73;
	border:1px solid #003e73;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#003e73;
	border:1px solid #003e73;
}


/*工程详情*/
.inner_con_caseshow{
	background-color:#fff;
	padding:50px 20px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	margin-bottom: 5px;
	box-shadow:0px 0px 10px #ccc;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #003e73;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}

.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fl li a:hover{
	color:#003e73;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #003e73 url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}


/*新闻中心*/
.inner_con_news{
	margin-top:20px;
	overflow:hidden;
}
.inner_con_news li{
	margin-bottom:20px;
	padding:0px 10px;
}
.inner_con_news li a{
	display:block;
	box-shadow:0px 0px 10px #ccc;
}
.inews_img{
	overflow:hidden;
}
.inews_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.inner_con_news li a:hover .inews_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inews_txt{
	background-color:#fff;
	padding:18px;
	overflow:hidden;
}
.inews_txt h3{
	font-size:16px;
	color:#333;
	margin-bottom:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews_txt h3:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background:#ccc;
	margin-top:18px;
}
.inews_txt p{
	line-height:25px;
	color:#666;
	margin-bottom:20px;
	height:50px;
}
.inews_txt span{
	font-size:12px;
	color:#666;
}
.inner_con_news li a:hover .inews_txt{
	background-color:#003e73;
}
.inner_con_news li a:hover .inews_txt h3{
	color:#fff;
}
.inner_con_news li a:hover .inews_txt h3:after{
	background:#fff;
}
.inner_con_news li a:hover .inews_txt p{
	color:#fff;
}
.inner_con_news li a:hover .inews_txt span{
	color:#fff;
}

/*新闻详情*/
.inner_con_newsshow{
	background-color:#fff;
	padding:50px 20px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
	margin-bottom: 5px;
	box-shadow:0px 0px 10px #ccc;
}


/*关于我们*/
.inner_con_about1{
	background-color:#fff;
	overflow:hidden;
}
.about1_fl{
	margin-bottom:30px;
	overflow:hidden;
}
.about1_fl h2{
    display: inline-block;
    padding: 0 10px;
	background-color:#ff9001;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:auto !important;
	line-height:70px;
	text-transform:uppercase;
	font-family: 'georgia'; 
	margin-bottom:40px;
}
.about1_fl h3{
	color:#003e73;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:50px;
}
.about1_fl p{
	color:#666;
	font-size:16px;
	line-height:30px;
	padding-left:50px;
}
.about1_fr{
	overflow:hidden;
	margin:30px 0px;
}
.about1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.inner_con_about2{
	overflow:hidden;
}
.about2_title{	
	margin-bottom:40px;
	overflow:hidden;
}
.about2_title p{
	float: right;
	background-color:#003e73;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:150px;
	line-height:70px; 
}
.about2_con{
	margin-bottom:40px;
	position:relative;
}
.line1{
	border: 2px solid #003e73;
    position: absolute;
    width: 100%;
    top: 218px;
}
#owl-demo{
    width:100%;
    margin-left: auto;
    margin-right: auto;
	height:430px;
}
#owl-demo .item{
	display: block;
    margin:10px 10px 10px 34px;
	position:relative;
	height:350px;
}
#owl-demo .item.even {
	background:url(../images/bg_line02.png) no-repeat top left;
	margin-top:80px;
}
#owl-demo .item.odd{
	background:url(../images/bg_line03.png) no-repeat bottom left;
}
#owl-demo .item.even .lcdate{
	width:70px;
	height:70px;
	background-color:#003e73;
	border-radius:180px;
	text-align:center;
	position:absolute;
	top:-70px;
	left: -28px;
}
#owl-demo .item.odd .lcdate{
	width:70px;
	height:70px;
	background-color:#003e73;
	border-radius:180px;
	text-align:center;
	position:absolute;
	bottom:-70px;
	left: -28px;
}
.lcdate h3{
	line-height:70px;
	color:#fff;
	font-size:17px;
	font-weight:bold;
}
.honor_con1{
	position: absolute;
}
#owl-demo .item.even .honor_con1{
	top: 10px;
	padding-top: 5px;
	padding-bottom: 13px;	
}
#owl-demo .item.odd .honor_con1{
	bottom:5px;
    padding-top: 10px;
    padding-bottom: 5px;
	
}
.honor_con1 p{
	font-size:14px;
	font-weight:normal;
	color:#666;
	padding-left:20px;
}
#owl-demo .owl-pagination{
	display:none;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 55%;
	margin: -45px 0 0 0;
	padding:0;
	opacity:1;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-5%;
	background:url(../images/prev01.jpg) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:-5%;
	background:url(../images/next01.jpg) no-repeat right center;
}

.inner_con_about3{
	background-color:#fff;
	overflow:hidden;
}
.inner_con_about3 h2{
	background-color:#ff9001;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width:150px;
	line-height:70px;
	text-transform:uppercase;
	font-family: 'georgia'; 
	margin-bottom:40px;
}
.inner_con_about3 h3{
	color:#003e73;
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:50px;
}
.inner_con_about3 p{
	color:#666;
	font-size:15px;
	line-height:30px;
	padding-left:50px;
	margin-bottom:40px;
}
.inner_con_about4{
	overflow:hidden;
}
.about4_title{
	text-align:center;
	color:#003e73;
	font-weight:bold;
	padding:30px 0px;
	font-size:24px;
}
#owl-demo1 {
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo1 .item {
    display: block;
    margin: 10px;
}
.honor_img{
	overflow:hidden;
}
.honor_img img{
	width:100%;
	height:auto;
	border:1px solid #e6e6e6;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
}
#owl-demo1 a:hover .honor_img img{
	transform: scale(1.05, 1.05);
    transition: transform 1s ease 0s;
}
.honor_txt{
	padding:15px;
	overflow:hidden;
}
.honor_txt h3{
	font-size:16px;
	color:#494949;
	margin-bottom:5px;
	text-align:center;
}
#owl-demo1 a:hover .honor_txt h3{
	color:#003e73;
}
#owl-demo1 .owl-buttons{
	display:none;
}

/*产品中心*/
.inner_con_pro{
	overflow:hidden;
}
.pro_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.pro_fl_top{
	overflow:hidden;
	border-bottom:1px solid #fff;
}
.ptitle{
	background-color:#004274;
	padding: 5% 19% 0 19%;
	overflow:hidden;
}
.ptitle_fl{
	font-family: 'georgia'; 
	font-size:68px;
	color:#748ca5;
	margin-top:-15px;
}
.ptitle_fr p{
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.ptitle_fr span{
	font-size:20px;
	color:#748ca5;
	font-family: 'georgia'; 
	letter-spacing: 2px;
}
.pinfo{
	overflow:hidden;
}
.pinfo li{
	border-bottom:1px solid #fff;
	overflow:hidden;
	position:relative;
	background-color:#e9e9e9;
}
.pinfo li a{
	font-weight:bold;
	display:block;
	font-size:18px;
	color:#333;
	background-color:#e9e9e9;
	line-height:38px;
	text-align:center;
	border-left:2px solid #ccc;
	overflow:hidden;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.pinfo li a:hover{
	color:#004274;
	font-weight:bold;
}
.pinfo li .more{
	position: absolute;
    right: 0;
	padding:0;
    top: 0;
	border:none;
    width:26px;
    height:38px;
    cursor: pointer;
    background: url(../images/p.jpg) no-repeat center center;
    display: block;
    z-index: 5;
}
.pinfo ul li a:hover.more {
	background:url(../images/p.jpg) no-repeat center center;	
}
.pinfo ul li:hover .more {
	background:url(../images/p_h.jpg) no-repeat center center;	
}
.pinfo .er{
	display:none; 
	background-color:#fff;
}
.pinfo .er li{
	border-bottom:1px dashed #cdcdcd;
	background-color:#fff;
}
.pinfo .er li:last-child{
	border-bottom:none;
}
.pinfo .er li a {
    color: #666;
	font-size:16px;
	line-height:35px;
	border-left:none;
	font-weight:normal;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pinfo .er li a:hover {
	color:#004274;
}
.pinfo .nav-show .er {
	display:block;
	background-color:#fff;
}
.pinfo .nav-show .er li{
	margin-bottom:0;
	background-color:#fff;
}
.pinfo .nav-show .er li:last-child{
	border-bottom:none;
}
.pinfo .nav-show .er li a {
	color:#666;
	font-size:16px;
	background-color:#fff;
	border-left:none;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover{
	color:#004274;
}
.pinfo .nav-show:hover .more {
	background:url(../images/p_h.jpg) no-repeat center center;
}
.pinfo .nav-show a {
    color: #004274;
	font-weight:bold;
	border-left: 2px solid #004274;
}
.pinfo .nav-show .more{
	background:url(../images/p_h.jpg) no-repeat center center;
	border: none;
}

.pinfo .er li .mmore{
	position: absolute;
    right: 0;
	padding:0;
    top: 0;
	border:none;
    width:26px;
    height:38px;
    cursor: pointer;
    background: url(../images/j.jpg) no-repeat center center;
    display: block;
    z-index: 5;
}
.pinfo .er li a:hover.mmore {
	background:url(../images/j_h.jpg) no-repeat center center;	
}
.pinfo .er li:hover .mmore {
	background:url(../images/j_h.jpg) no-repeat center center;	
}
.pinfo .san{
	display:none; 
	background-color:#fff;
}
.pinfo .san li{
	border-bottom:1px dashed #cdcdcd;
	background-color:#fff;
}
.pinfo .san li:last-child{
	border-bottom:none;
}
.pinfo .san li a {
    color: #666;
	font-size:14px;
	line-height:35px;
	border-left:none;
	border-bottom:none;
	font-weight:normal;
	background-color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pinfo .san li a:hover {
	color:#004274;
}
.pinfo .nnav-show .san {
	display:block;
	background-color:#fff;
}
.pinfo .nnav-show .san li{
	margin-bottom:0;
	background-color:#fff;
}
.pinfo .nnav-show .san li:last-child{
	border-bottom:none;
}
.pinfo .nnav-show .san li a {
	color:#666;
	font-size:14px;
	background-color:#fff;
	border-left:none;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pinfo .nnav-show .san li a:hover{
	color:#004274;
}
.pinfo .nnav-show:hover .mmore {
	background:url(../images/j_h.jpg) no-repeat center center;
}
.pinfo .nnav-show a {
    color: #004274;
	font-weight:bold;
	border-left:none;
	border-bottom:1px dashed #ccc;
}
.pinfo .nnav-show .mmore{
	background:url(../images/j_h.jpg) no-repeat center center !important;
	border: none;
}


.pro_fl_bottom{
	overflow:hidden;
	background:#013e74 url(../images/bbg.jpg) no-repeat top center;
	padding:30px 20px;
}
.pro_fl_b1{
	border-bottom:1px solid #809fba;
	text-align:center;
	overflow:hidden;
	padding-bottom: 18px;
	color:#fff;
}
.pro_fl_b1 h3{
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
	overflow:hidden;
}
.pro_fl_b1 p{
	line-height:30px;
	font-size:16px;
}
.pro_fl_b2{
	margin-top:18px;
	text-align:center;
	color:#fff;
}
.pro_fl_b2 img{
	margin-bottom:10px;
}
.pro_fl_b2 p{
	font-weight:bold;
	font-size:20px;
}

.pro_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.pro_fr_title{
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:2px solid #003e73;
	padding-bottom:10px;
}
.pro_fr_title p{
	color:#666;
	line-height:25px;
	font-size:16px;
}
.pro_fr_title p a{
	color:#666;
	font-size:16px;
}
.pro_fr_title p span{
	color:#003e73;
}
.pro_fr_con{
	background-color:#fff;
	padding:20px 20px 50px 20px;
	overflow:hidden;
	line-height:30px;
	color:#666;
	font-size:16px;
}




@media(max-width:320px) {
	.footer1_fl li{
		width:130px !important;
	}
	
}

@media(max-width:375px) {
	
	
}

@media(max-width:414px) {
	.footer1_fl li{
		width:150px !important;
	}
	.inner_nav li{
		margin-bottom:15px !important;
	}
	.about1_fl h3{
		padding-left:0;
	}
	.about1_fl p{
		padding-left:0;
	}
	.inner_con_about3 h3{
		padding-left:0;
	}
	.inner_con_about3 p{
		padding-left:0;
	}
}
	
@media(max-width:700px) {
	.support_bottom li{
		margin-bottom:50px;
	}
	.line{
		display:none;
	}
	.contact_title{
		font-size:24px;
	}
	.hezuo_txt p{
		height:auto;
	}	
	.inews_txt p{
		height:auto;
	}
    .pro_fr_con img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
}


@media(max-width:768px) {
	.case_con li{
		padding:0px 15px;
	}
	.footer1_fr img{
		margin-right:auto;
	}
	.inner_con_news li{
		margin-bottom:20px;
		padding:0px 15px;
	}
	.inner_nav li{
		margin:0px 20px;
	}
}
@media(max-width:1200px) {	
	.show_content img{
		display:block;
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.banner{
		position:inherit !important;
	}
	.phone-nav{
		top:0 !important;
	}
	.home{
		height:auto !important;
	}
	.inner{
		height:auto !important;
	}
	.inner_banner{
		position:inherit !important;
	}
	.footer1_fl li{
		width:130px;
	}	
	.pro_fl_b1 h3{
		font-size:24px;
	}
}





































